style "ia_ora-default"
{

    color["black"]= "#000000"
    color["white"]= "#FFFFFF"

    color["gray0"]= "#EFF3F7"
    color["gray1"]= "#DFE7EF"
    color["gray2"]= "#CFD7DF"
    color["gray3"]= "#C7D3DF"
    color["gray4"]= "#B6C3CF"
    color["gray5"]= "#A6B2C7"
    color["gray6"]= "#8692A6"

# free 
    color["blue0"]= "#EFF7FF"
    color["blue1"]= "#C7DFFF"
    color["blue2"]= "#8EC7FF"
    color["blue3"]= "#79BEFF"
    color["blue4"]= "#69B6FF"

    color["yellow"]="#FFFF94"

    GtkButton::default-border         = {1, 1, 1, 1}
    GtkWidget::interior-focus         = 1
    GtkButton::default-spacing        = 6
    GtkCheckButton::indicator-size    = 13
    GtkPaned::handle-size             = 6
    GtkRange::trough-border           = 0
    GtkRange::slider-width            = 8
    GtkRange::stepper-size            = 15
    GtkRange::stepper-spacing         = 0
    GtkRange::trough-side-details     = 1
    GtkScrollbar::min-slider-length   = 20
    GtkScrollbar::slider-width        = 15
    GtkScrollbar::trough-side-details     = 0
    GtkTreeView::even-row-color       = @white 
    GtkTreeView::odd-row-color        = @gray0


    fg[NORMAL]        = @black
    fg[ACTIVE]        = @black
    fg[INSENSITIVE]   = @gray4
    fg[PRELIGHT]      = @black
    fg[SELECTED]      = @white

    bg[ACTIVE]        = @gray1
    bg[NORMAL]        = @gray0
    bg[INSENSITIVE]   = @gray2
    bg[PRELIGHT]      = @gray1
    bg[SELECTED]      = @blue2

    base[NORMAL]      = @white
    base[ACTIVE]      = @blue1
    base[INSENSITIVE] = @gray0
    base[PRELIGHT]    = @white
    base[SELECTED]    = @blue2

    text[NORMAL]      = @black
    text[ACTIVE]      = @black
    text[INSENSITIVE] = @gray4
    text[PRELIGHT]    = @black
    text[SELECTED]    = @black

    engine "ia_ora" {
       black_check=TRUE
    }
}

style "ia_ora-button" = "ia_ora-default"
{
  xthickness = 2
  ythickness = 2
}

style "ia_ora-thin" = "ia_ora-default"
{
  xthickness = 1
  ythickness = 1
}

style "ia_ora-verythin" = "ia_ora-thin"
{
  xthickness = 0
  ythickness = 0
}


style "ia_ora-menu" = "ia_ora-default"
{
  fg[PRELIGHT]=@black
  text[PRELIGHT]=@black
}

style "ia_ora-bar" = "ia_ora-default"
{
  xthickness = 0
  ythickness = 0
}


style "ia_ora-tasklist" = "ia_ora-default"
{
  xthickness = 2
  ythickness = 2
  GtkWidget::focus-line-width = 0
  GtkWidget::focus-padding = 0
}

style "ia_ora-comboboxtext" = "ia_ora-default"
{
  text[PRELIGHT] = @black
}

style "ia_ora-tooltips" = "ia_ora-default"
{
  bg[NORMAL] = @yellow
}

style "ia_ora-tree" = "ia_ora-default"
{
  bg[ACTIVE] = @blue1
}

class "GtkWidget" style "ia_ora-default"
class "ECanvas" style "ia_ora-thin"
class "GtkButton" style "ia_ora-button"
widget_class "*Notebook.GtkHBox.GtkButton" style "ia_ora-verythin"
class "EComboButton" style "ia_ora-thin"
widget_class "*Item.GtkAccelLabel" style "ia_ora-menu"
widget_class "*GtkComboBox.GtkCellView" style "ia_ora-comboboxtext"
widget_class "*BaconCdSelection.GtkCellView" style "ia_ora-comboboxtext"
widget_class "*NautilusBurnDriveSelection.GtkCellView" style "ia_ora-comboboxtext"
widget_class "*Gimp*Combo*.GtkCellView" style "ia_ora-comboboxtext"
widget_class "*.EShortcutsView.GtkButton" style "ia_ora-thin"
widget_class "*.GtkHTMLEmbedded.*GtkButton" style "ia_ora-thin"
widget_class "*Tree*GtkButton" style "ia_ora-verythin"
widget_class "*List*GtkButton" style "ia_ora-verythin"
widget_class "*EphyBookmarksEditor*GtkButton" style "ia_ora-verythin"
class "GtkScrolledWindow" style "ia_ora-thin"
class "GtkProgressBar" style "ia_ora-bar"
widget_class "*MenuItem*" style "ia_ora-menu"
widget_class "*.PanelApplet.*" style "ia_ora-tasklist"
widget "*.tasklist-button" style "ia_ora-tasklist"
class "GtkNotebook" style "ia_ora-thin"
widget "gtk-tooltips" style "ia_ora-tooltips"
widget_class "*GtkPathBar*" style "ia_ora-thin"
widget_class "*Tree*" style "ia_ora-tree"
widget_class "*ETable*" style "ia_ora-tree"
